Commit Graph

9 Commits

Author SHA1 Message Date
kevinnls
c213d434ec patch: a temporary help prompt for -h to be improved 2021-04-27 20:05:49 +05:30
kevinnls
26c4084faa cleanup 2021-04-27 18:22:59 +05:30
kevinnls
5795059236 add: -h option to print usage
- usage prompt not implemented yet
- placeholder prompt is printed
2021-04-08 02:15:47 +05:30
kevinnls
78cf1cd54a add: placeholders and TODOs for help prompt
- help prompt to be included as hex from troff
2021-04-08 02:11:08 +05:30
kevinnls
ef0b218c7e add: man pages!
- written in md converted to troff using pandoc.
    - both to be distributed with source
2021-04-08 02:09:15 +05:30
kevinnls
eb60d446c7 feat: rudimentary UNIX style options (not very sane) 2021-04-05 22:36:35 +05:30
kevinnls
8ae94ac60c patch: hash() returns integer so gcc stops warning` 2021-04-05 21:06:45 +05:30
kevinnls
4c626f657e feat: basic argugment parsing + placeholders
- added placeholders for items to be implemented
- basic parsing of _argv using `parse()`
    - copies `_argv` to global `argv`
	- alternative pref
    - need hashing function to match with switch-case
- refactored print statements into main
    - and wrapped in conditions
    - fixed global default conditions to 1 (true)
- vim auto indent applied
2021-04-03 23:34:19 +05:30
kevinnls
774b2a39b2 init coding and test thing 2021-03-29 20:19:50 +05:30