Skip to content

Commit

Permalink
update CLI command mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Fossati committed Jan 10, 2019
1 parent ae61ca0 commit 265003f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions soweego/linker/cli.py
@@ -1,8 +1,10 @@
import click
from soweego.linker import linking_strategies

from soweego.linker import linking_strategies, train

CLI_COMMANDS = {
'baseline': linking_strategies.baseline
'baseline': linking_strategies.baseline,
'train': train.train_cli
}


Expand Down

0 comments on commit 265003f

Please sign in to comment.