@@ -27,23 +27,26 @@ doug generate-completions --shell bash > $(brew --prefix)/etc/bash_completion.d/
2727## Usage
2828```
2929USAGE:
30- doug <SUBCOMMAND>
30+ doug [FLAGS] <SUBCOMMAND>
3131
3232FLAGS:
33+ -p, --path Path to load settings file from. (default: ~/.doug/settings.json)
3334 -h, --help Prints help information
3435 -V, --version Prints version information
3536
3637SUBCOMMANDS:
37- start Track new or existing project
38- status Display elapsed time, start time, and running project name
39- stop Stop any running projects
40- cancel Stop running project and remove most recent time interval
41- restart Track last running project
42- log Display time intervals across all projects
43- report Display aggregate time from projects
44- amend Change name of currently running project
45- edit Edit last frame or currently running frame
46- delete Delete all intervals for project
38+ start Track new or existing project
39+ status Display elapsed time, start time, and running project name
40+ stop Stop any running projects
41+ cancel Stop running project and remove most recent time interval
42+ restart Track last running project
43+ log Display time intervals across all projects
44+ report Display aggregate time from projects
45+ amend Change name of currently running project
46+ edit Edit last frame or currently running frame
47+ settings configure doug settings
48+ generate-completions Generate completions
49+ delete Delete all intervals for project
4750```
4851
4952### start
@@ -146,13 +149,33 @@ ARGS:
146149Edit last frame or currently running frame
147150
148151USAGE:
149- doug edit [repo ]
152+ doug edit [OPTIONS ]
150153
151154FLAGS:
152155 -h, --help Prints help information
153156
154- ARGS:
155- <repo> project to track
157+ OPTIONS:
158+ -e, --end <end> ending date
159+ -s, --start <start> starting date
160+ ```
161+ ### settings
162+ ```
163+ configure doug settings
164+
165+ USAGE:
166+ doug settings [FLAGS] [OPTIONS]
167+
168+ FLAGS:
169+ -c, --clear
170+ clear settings file
171+
172+ -h, --help
173+ Prints help information
174+
175+
176+ OPTIONS:
177+ -p, --path <path>
178+ path to store data file. this only affects the data file location. settings are stored in $HOME.
156179```
157180### delete
158181```
0 commit comments