xdbm/README.md
qwjyh 4283e1e98a change init command & add integration test
- now need to specify device name via cmd arg
- can use private repository with ssh key or ssh-agent
- adding integration test utility crates
2024-03-07 14:59:58 +09:00

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: -->