mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00:00
pass over base layer command line parsing. do not assume debugger-style 'treat all after first non-option input as passthrough options'. most things do not want that - the debugger can still get it by doing a quick secondary parse
This commit is contained in:
@@ -811,6 +811,7 @@ rb_entry_point(CmdLine *cmdline)
|
||||
String8List dump = {0};
|
||||
for(RB_FileNode *n = input_files.first; n != 0; n = n->next)
|
||||
{
|
||||
RB_File *f = n->v;
|
||||
// TODO(rjf)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user