Add short version of --kill option (--k)

This commit is contained in:
DariusIII
2019-01-12 17:10:19 +01:00
parent 651a803d99
commit 06e6bc7580
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-01-12 DariusIII
* Chg: Add short version of --kill option (--k)
* Chg: Update tmux-ui:stop command to use --kill option if tmux session needs to be killed
* Fix: Fix config/nntmux.php db_name value (Fixes issue #841)
* Chg: Update Vue to version 2.5.22
+1 -1
View File
@@ -14,7 +14,7 @@ class TmuxUIStop extends Command
*
* @var string
*/
protected $signature = 'tmux-ui:stop {--kill}';
protected $signature = 'tmux-ui:stop {--k|kill : kill the session}';
/**
* The console command description.