Skip to content

Commit

Permalink
added passing down arg to command in watch commnd
Browse files Browse the repository at this point in the history
  • Loading branch information
lsproule committed Nov 1, 2023
1 parent 449d466 commit c755e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Command/CommandHelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Command {
"\t [-l | --language cpp/c]:" << ENDL
"\t initializes your project" << ENDL
"\t run: builds and runs your project" << ENDL
"\t dev: watches builds and runs your project on changes" << ENDL
"\t watch: watches builds and runs your project on changes" << ENDL
"\t add [subcommand dep lib, flags]: add library, dependency or flags to your project" << ENDL
"\t ftp: deletes the entire project (F*ck this project)" << ENDL
"\t flags: adds a flag to your project" << ENDL
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Options.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#include "Command.hpp"
#include <cxxopts.hpp>
#include <string>


namespace Command {
using namespace cxxopts;
/*
Expand Down

0 comments on commit c755e08

Please sign in to comment.