I want to incorporate some `raco pkg update --clone ...` commands into my Racket build script. But a couple, like `drracket` and `scribble`, pop a prompt as shown below, which interrupts the build to ask for manual intervention. Is there a command-line option that would automatically clone everything, equivalent to typing "a" at the prompt? (similar to how `raco pkg install --auto` suppresses prompts to install dependencies)
Querying Git references for drracket at git://github.com/racket/drracket/?path=drracket Updating: drracket packages from a Git repository would not share a local clone repository: git://github.com/racket/drracket/ local clone: /Users/mb/git/drracket/ packages for local clone: drracket non-clone packages: drracket-tool-lib drracket-tool-doc drracket-plugin-lib Convert the non-clone packages to clones, too? [Y/n/a/c/?] -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/B89010DC-8286-4172-A5A3-DB752EBA9AE3%40mbtype.com. For more options, visit https://groups.google.com/d/optout.
