abra app cmd -t 👉 abra app cmd -T #499

Closed
opened 2025-02-06 19:42:58 +00:00 by decentral1se · 1 comment
Owner

Hey, for abra app cmd the TTY-flag previously had an uppercase -T shorthand, which is now a lowercase -t, breaking some recipe cmds. Is this a intended change and can we make it backwards compatible? Just asking before I change all the recipes :)

This should be changed back to what it was, -T.

Mistake in the migration, I imagine...

/cc @simon @moritz @fauno

> Hey, for abra app cmd the TTY-flag previously had an uppercase -T shorthand, which is now a lowercase -t, breaking some recipe cmds. Is this a intended change and can we make it backwards compatible? Just asking before I change all the recipes :) This should be changed back to what it was, `-T`. Mistake in the migration, I imagine... /cc @simon @moritz @fauno
decentral1se added the
bug
label 2025-02-06 19:42:58 +00:00
decentral1se added this to the abra v0.10.0 project 2025-02-06 19:42:58 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-14 22:00:59 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-14 22:01:01 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-16 05:16:08 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-16 05:16:10 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-19 07:28:29 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-21 17:48:16 +00:00
Member
abra app cmd -T <app_name> app set_app_icon BBB /media/bbb.png
FATA <app/cmd.go:189> the input device is not a TTY

the -T flag functionality was reversed:
-T, --tty request remote TTY
before it was:
--tty, -T Disables TTY mode to run this command from a script.
Many abra.sh function won't work anymore. It would be nice if it supports the original functionality again, instead of changing many recipes and scripts.

``` abra app cmd -T <app_name> app set_app_icon BBB /media/bbb.png FATA <app/cmd.go:189> the input device is not a TTY ``` the -T flag functionality was reversed: `-T, --tty request remote TTY` before it was: `--tty, -T Disables TTY mode to run this command from a script.` Many `abra.sh` function won't work anymore. It would be nice if it supports the original functionality again, instead of changing many recipes and scripts.
moritz reopened this issue 2025-04-23 18:38:03 +00:00
decentral1se modified the project from abra v0.10.0 to Abra v0.10.1 2025-04-24 08:28:06 +00:00
decentral1se moved this to In Progress in Abra v0.10.1 on 2025-04-24 08:34:58 +00:00
decentral1se moved this to In Progress in Abra v0.10.1 on 2025-04-24 08:35:00 +00:00
decentral1se moved this to In Progress in Abra v0.10.1 on 2025-04-24 08:58:24 +00:00
decentral1se moved this to In Progress in Abra v0.10.1 on 2025-04-24 08:58:32 +00:00
decentral1se moved this to Done in Abra v0.10.1 on 2025-04-24 11:23:54 +00:00
decentral1se moved this to Done in Abra v0.10.1 on 2025-04-24 11:23:55 +00:00
decentral1se moved this to Done in Abra v0.10.1 on 2025-04-24 11:24:29 +00:00
decentral1se moved this to Done in Abra v0.10.1 on 2025-04-24 11:24:33 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#499
No description provided.