Compare commits
No commits in common. "3bb7f52823c59da428c9a12bc93e48bb72bf15c0" and "edb5d290404b15438c4c26c015eeb017017bc230" have entirely different histories.
3bb7f52823
...
edb5d29040
1
Makefile
1
Makefile
@ -49,7 +49,6 @@ clean:
|
|||||||
$(RM) $(OBJS)
|
$(RM) $(OBJS)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) menu-helper.1.gz
|
|
||||||
$(RM) menu-helper
|
$(RM) menu-helper
|
||||||
|
|
||||||
install: menu-helper menu-helper.1.gz
|
install: menu-helper menu-helper.1.gz
|
||||||
|
4
TODO.md
4
TODO.md
@ -1,10 +1,10 @@
|
|||||||
# To-Do List
|
# To-Do List
|
||||||
|
|
||||||
- [X] v1.0
|
- [ ] v1.0
|
||||||
- [X] Add basic functionality.
|
- [X] Add basic functionality.
|
||||||
- [X] Add more safeguards to avoid bad usage.
|
- [X] Add more safeguards to avoid bad usage.
|
||||||
- [X] Create a man page.
|
- [X] Create a man page.
|
||||||
- [X] Add more documentation to `help` subcommand.
|
- [ ] Add more documentation to `help` subcommand.
|
||||||
- [X] Properly align output columns from `list` subcommand.
|
- [X] Properly align output columns from `list` subcommand.
|
||||||
- [X] Add feature for editing recipe name and description.
|
- [X] Add feature for editing recipe name and description.
|
||||||
- [X] Name
|
- [X] Name
|
||||||
|
@ -79,7 +79,6 @@ static inline void print_help(void) {
|
|||||||
"\thelp, -h, --help Show this help information.\n"
|
"\thelp, -h, --help Show this help information.\n"
|
||||||
"\tversion, -v, --version Show version information.\n"
|
"\tversion, -v, --version Show version information.\n"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
std::cout << "For more information about subcommands, use 'man menu-helper'." << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
enum cmd_id parse_args(const std::string &cmd);
|
enum cmd_id parse_args(const std::string &cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user