cli work, partial flags implementation

This commit is contained in:
Stefan Stefanov 2024-04-29 12:44:30 +03:00
parent 0ef07b299c
commit 82ee56ef03
4 changed files with 96 additions and 61 deletions

View file

@ -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 {