presently Flyline uses the same description behaviour as ble.sh when listing completions, which leads to most commands simply showing where they are located rather than how they work or what they do. However, it's possible to get a brief description of what the command is by replacing the logic that fetches the path to the file in ble/complete/action:command/get-desc with whatis $CAND 2>/dev/null
presently Flyline uses the same description behaviour as ble.sh when listing completions, which leads to most commands simply showing where they are located rather than how they work or what they do. However, it's possible to get a brief description of what the command is by replacing the logic that fetches the path to the file in
ble/complete/action:command/get-descwithwhatis $CAND 2>/dev/null