(issues) issues - Create 'issues' file for extended commentary on select tasks
This commit is contained in:
parent
7074f0c5f5
commit
aafeeb572b
|
|
@ -0,0 +1,20 @@
|
|||
# Cardiograph issues
|
||||
|
||||
## Open
|
||||
|
||||
### #1 - Improve CLI interface
|
||||
|
||||
I'm thinking of an interface like this...
|
||||
|
||||
$ ./cpu.js -mc code.bin
|
||||
$ ./cpu.js code.asm
|
||||
$ ./cpu.js --debug code.asm
|
||||
|
||||
Full list of flags I want:
|
||||
|
||||
-d --debug
|
||||
-s --singlestep
|
||||
-p --prettydisplay
|
||||
-mc --machinecode
|
||||
|
||||
## Closed
|
||||
Loading…
Reference in New Issue