Skip to content

Commit

Permalink
Made interface more git-like
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 27, 2023
1 parent 41688d6 commit 62010ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Each of these also has a corresponding command line version:
`e4edm config parameter value`
`e4edm select dataset day mission`
`e4edm add files`
`e4edm commit`
`e4edm duplicate paths`
`e4edm validate`
`e4edm commit destination`
`e4edm push destination`
`e4edm zip`
`e4edm unzip`
3 changes: 2 additions & 1 deletion e4e_data_management/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ def main():
'config': None,
'select': None,
'add': None,
'commit': None,
'duplicate': None,
'validate': None,
'commit': None,
'push': None,
'zip': None,
'unzip': None
}
Expand Down

0 comments on commit 62010ca

Please sign in to comment.