osirrc / jig

Jig for the Open-Source IR Replicability Challenge (OSIRRC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor into subcommands

lintool opened this issue · comments

The current cmdline arg structure is likely to get too unwieldy soon... I'd suggesting refactoring into subcommands, so we'd have something like:

# run init/index hook
run prepare --image ... --tag foo_initialized

# run search hook
run search --topics ...

Thoughts?

Checking to see if Slack integration works...

Sounds good - I'll make changes.