these should follow the cli changes
This commit is contained in:
@@ -9,9 +9,9 @@ cat <<EOF > /config/Desktop/LazyPM.desktop
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=PM Survey
|
||||
Comment=Launch the Prompt Manageragment Survey
|
||||
Exec=/usr/local/bin/pm survey start
|
||||
Name=Project Management Survey
|
||||
Comment=Launch the Project Management Survey
|
||||
Exec=/usr/local/bin/pm start
|
||||
Icon=utilities-terminal
|
||||
Terminal=true
|
||||
Categories=Utility;
|
||||
|
||||
@@ -22,7 +22,7 @@ func execute(input string) (string, error) {
|
||||
}
|
||||
|
||||
if input == "status" {
|
||||
return executePMCommand("survey status")
|
||||
return executePMCommand("status")
|
||||
}
|
||||
|
||||
if after, ok := strings.CutPrefix(input, "pm"); ok {
|
||||
|
||||
Reference in New Issue
Block a user