This website requires JavaScript.
Explore
Help
Sign in
archive
/
dotfile-automator
Archived
Watch
1
Fork
You've already forked dotfile-automator
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
189dd74cfb
dotfile-automator
/
project
/
config
/
cli.py
8 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Added project and sync command definitions
2015-11-27 18:38:33 +00:00
import
click
Config now in YML
2015-11-30 18:17:42 +00:00
CONFIG_DIR
=
"
~/.dfa.yml
"
Added project and sync command definitions
2015-11-27 18:38:33 +00:00
@click.command
(
'
sync
'
)
def
cli
(
)
:
pass
Copy permalink