mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 14:50:12 +09:00
qwjyh
4283e1e98a
- now need to specify device name via cmd arg - can use private repository with ssh key or ssh-agent - adding integration test utility crates
13 lines
337 B
Markdown
13 lines
337 B
Markdown
# TODO:
|
|
- [x] split subcommands to functions
|
|
- [ ] write test for init subcommand
|
|
- [ ] write test with existing repo
|
|
- [ ] with ssh credential
|
|
- [ ] ssh-agent
|
|
- [ ] specify key
|
|
- [ ] add sync subcommand
|
|
- [ ] add check subcommand
|
|
- [ ] reorganize cmd option for storage
|
|
- [ ] use subcommand
|
|
|
|
<!-- vim: set sw=2 ts=2: -->
|