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