Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Feb 24, 2024
1 parent 617ffcc commit 7883674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptui
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ run_install() {
}
run_list() {
header="Shows the list of all the apps available in the repository."
$AMCLI list | gum pager
$AMCLI list | cut -d' ' -f2-99 | gum pager
}
run_overwrite() {
header="Overwrite the existing version of the app with a snapshot saved previously."
Expand Down

0 comments on commit 7883674

Please sign in to comment.