[console_scripts]
jirafs = jirafs.cmdline:main

[jirafs_commands]
status = jirafs.commands.status:Command
pull = jirafs.commands.pull:Command
git = jirafs.commands.git:Command
log = jirafs.commands.log:Command
field = jirafs.commands.field:Command
debug = jirafs.commands.debug:Command
clone = jirafs.commands.clone:Command
transition = jirafs.commands.transition:Command
diff = jirafs.commands.diff:Command
merge = jirafs.commands.merge:Command
plugins = jirafs.commands.plugins:Command
push = jirafs.commands.push:Command
commit = jirafs.commands.commit:Command
config = jirafs.commands.config:Command
open = jirafs.commands.open:Command
fetch = jirafs.commands.fetch:Command

