aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/detach.go
Commit message (Expand)AuthorAgeFilesLines
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-281-3/+4
* commands: parse arguments with go-optRobin Jarry2023-10-281-10/+8
* app: export global functionsRobin Jarry2023-10-101-5/+5
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-2/+2
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Implement style configuration.Kalyan Sriram2020-08-061-4/+1
* Revert "Implement style configuration."Reto Brunner2020-07-301-1/+4
* Implement style configuration.Kalyan Sriram2020-07-301-4/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-1/+3
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
* Add Style configurationReto Brunner2020-05-271-3/+1
* Make commands join args with spacesJeffas2019-09-201-7/+3
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Add :detach commandGalen Abell2019-07-271-0/+55