Skip to content

Commit 2df5d27

Browse files
committed
Add TODO in config_get_opt()
1 parent ef20e82 commit 2df5d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/configuration.c

+2
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ get_username(void)
434434

435435
/*
436436
* Process options passed from command line.
437+
* TODO: currectly argument parsing treat missing argument for options
438+
* as invalid option
437439
*/
438440
int
439441
config_get_opt(int argc, char **argv, ConfigOption cmd_options[],

0 commit comments

Comments
 (0)