cknadler/rcomp

Remove set commands

cknadler opened this issue · 0 comments

The only mandatory configuration option is command:. The user is always running init, why not make set-command part of init.

The new init should function as follows when executed on a clean directory:
(no .rcomp file)

$ rcomp init
RComp passes your test files by argument to a command.
Enter the command you would like to test: ./test-command
RComp sucessfully initialized.

It should only prompt for the test command if there isn't one already specified.

init should still keep all of it's current functionality.