aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+5
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-17/+25
|
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-1/+2
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-4/+5
| | | | fix #67
* commands: "bridge" don't take argumentsMichael Muré2018-10-011-0/+1
|
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-241-0/+38