cli work, partial flags implementation
This commit is contained in:
parent
0ef07b299c
commit
82ee56ef03
4 changed files with 96 additions and 61 deletions
|
|
@ -29,9 +29,6 @@ main :: proc() {
|
|||
utils.print_help()
|
||||
return
|
||||
}
|
||||
// if help, ok: args[utils.CLIFlagType.Help]; ok {
|
||||
// fmt.println("Help called!")
|
||||
// }
|
||||
|
||||
ase_file, ase_ok := os.read_entire_file(IMPORT_PATH)
|
||||
if !ase_ok {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue