bin/fav in command-line-favs-0.0.1 vs bin/fav in command-line-favs-0.1.0

- old
+ new

@@ -16,10 +16,10 @@ description "A utility for organizing your commonly used shell commands. Commands are stored in ~/.favs." #Define flags on("-a COMMAND_TEXT","--add", "Add a command to the list of favorites") - on("-ls", "--list", "List available commands") + on("-l", "--list", "List available commands") on("-g GROUP_NAME","--group", "If used with -a flag, will add command to group. Otherwise will run command within group") on("-r","--remove", "Remove a command from the list of favorites") # # Specify switches via: on("--no_prompt", "Skip prompting when running a group of commands")