Skip to content

Command arguments must be on separate lines #4

@2-complex

Description

@2-complex

It's counter-intuitive to put in a command on separate lines like this:

c++
hello.cpp
-o
hello

Should modify the command-line argument parse step so that you can just type:

c++ hello.cpp -o hello

Or

c++ hello.cpp
-o hello

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions