Skip to content

add prompt & flags to select repo name in dot mod command#26

Merged
charlesHetterich merged 2 commits intomainfrom
mod-choose-repo-name
Apr 19, 2026
Merged

add prompt & flags to select repo name in dot mod command#26
charlesHetterich merged 2 commits intomainfrom
mod-choose-repo-name

Conversation

@charlesHetterich
Copy link
Copy Markdown
Collaborator

@charlesHetterich charlesHetterich commented Apr 19, 2026

closes #24

When forking, dot mod now prompts for the repo name after app selection. Enter keeps the auto-generated default; anything else replaces it. Prompt is skipped for --clone (local dir only), -y (non-interactive), and --repo-name <name> (explicit override). Names are validated against GitHub's rules and against existing directories on disk.

Flags added: -y, --yes, --repo-name <name>.

Extra

  • Removed the dead --no-install flag from dot mod.
  • Replaced the dot mod (stub) block in README.md with a real section.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 19, 2026

Dev build ready — try this branch:

curl -fsSL https://raw.githubusercontent.com/paritytech/playground-cli/main/install.sh | VERSION=dev/mod-choose-repo-name bash

@charlesHetterich charlesHetterich merged commit bb1a4f5 into main Apr 19, 2026
5 checks passed
@UtkarshBhardwaj007 UtkarshBhardwaj007 deleted the mod-choose-repo-name branch April 19, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dot mod command should have follow up prompts to choose repo name

1 participant