generated from entelecheia/hyperfast-python-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hyfi): change command configurations
- Loading branch information
1 parent
1d9c15a
commit 990ca36
Showing
6 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# @package _global_ | ||
_target_: hyfi.HyFI.run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# @package _global_ | ||
_target_: hyfi.__cli__.about | ||
defaults: | ||
- __init__ | ||
|
||
cmd_name: about |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# @package _global_ | ||
defaults: | ||
- __init__ | ||
- /copier: __init__ | ||
|
||
_target_: hyfi.__cli__.run_copy | ||
cmd_name: copy_conf | ||
copier: | ||
src_path: ${__hyfi_path__:}/conf | ||
dst_path: workpsace/tmp/conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# @package _global_ | ||
defaults: | ||
- __init__ | ||
- /task: __init__ | ||
|
||
_target_: hyfi.__cli__.run_task | ||
cmd_name: run_task |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# @package _global_ | ||
defaults: | ||
- __init__ | ||
- /workflow: __init__ | ||
|
||
_target_: hyfi.__cli__.run_workflow | ||
cmd_name: run_workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters