mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Used RTTI for more sophisticated flag parsing.
This commit is contained in:
@@ -10,7 +10,7 @@ cmd_edit_config :: proc(cmd: ^Command) {
|
||||
return
|
||||
}
|
||||
|
||||
config_path := cmd.config_path
|
||||
config_path := cmd.flags.config_file
|
||||
|
||||
if !os.exists(config_path) {
|
||||
fmt.wprintf(
|
||||
|
||||
Reference in New Issue
Block a user