clear todo
This commit is contained in:
parent
2a8a359181
commit
1e826464cc
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ buildNimblePackage {
|
||||||
|
|
||||||
src = lib.cleanSource ./.;
|
src = lib.cleanSource ./.;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
nimbleDepsHash = "sha256-YWssZU4SyfoYbXl/IYsbc0TwEs7ZcwonjkEXHCrhZeA=";
|
nimbleDepsHash = "sha256-M4WCeA6tVX/8Gk0DxXcggojyLlrGqGBu5428Ni1yn0w=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tunnel-nim todo's
|
# tunnel-nim todo's
|
||||||
|
|
||||||
- [ ] show no output from `tunnel up` on connection
|
- [x] show no output from `tunnel up` on connection
|
||||||
- [x] add a `tunnel kill` command which removes all ssh control files
|
- [x] add a `tunnel kill` command which removes all ssh control files
|
||||||
|
|
||||||
<!-- generated with <3 by daylinmorgan/todo -->
|
<!-- generated with <3 by daylinmorgan/todo -->
|
||||||
|
|
Loading…
Reference in a new issue