chore: remove reference to wizard mode from recipe upgrade cli docs #733
Merged
decentral1se
merged 1 commits from 2025-12-14 15:02:38 +00:00
jade/abra:chore-recipe-upgrade-cli-doc-update into main
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Abra v0.13
Done
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#733
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The current CLI help text for
recipe upgradeis:The line
You may invoke this command in "wizard" mode and be prompted for input.implies that there's a special mode that can be enabled, perhaps with a command line flag. However, there's no flag to enable a wizard mode. Perhaps wizard mode is intended to mean an interactive mode. In which case, that seems to be the default mode, as indicated by the sentence above, with a non interactive mode available with the-nflag.If my assumptions there are correct, and that there is no wizard mode (there's no other mention of wizard mode that I can see in the code), this line should be removed as I've done here.
Note on testing
This is my first PR, and the tests aren't fully working for me. I get some errors even on the main branch:
(on main)
However, I think I get more errors on this branch. They don't look super related, but perhaps we should let CI take a stab at it:
(on this branch)
LGTM, thanks for this!
I can confirm that
make testis failing on my side also. Also, I've just noticed the nightly CI is not even running 🤔 I will take a look at this now... thanks for the heads up!