mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
refactor: unify command declaration across codebase
This commit is contained in:
@@ -4,7 +4,7 @@ set -eo pipefail
|
||||
|
||||
cmd-shell-default() {
|
||||
declare desc="dokku shell interpreter via command line"
|
||||
local cmd="shell"
|
||||
declare cmd="shell"
|
||||
local INPUTRC="$PLUGIN_ROOT/inputrc"
|
||||
local HISTFILE=~/.dokku_history
|
||||
|
||||
|
||||
Reference in New Issue
Block a user