Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor bug: mp automatically makes mp folder when running mp -h #139

Open
caleb15 opened this issue Mar 27, 2022 · 0 comments
Open

minor bug: mp automatically makes mp folder when running mp -h #139

caleb15 opened this issue Mar 27, 2022 · 0 comments

Comments

@caleb15
Copy link

caleb15 commented Mar 27, 2022

reproduction steps: mp -h
Expected result: No side-effect
Actual result: Side-effect. A folder "mp" is created.

➜  a git:(master) ✗ ls -la
total 8
drwxr-xr-x 2 caleb caleb 4096 Mar 26 20:30 .
drwxr-xr-x 6 caleb caleb 4096 Mar 26 20:28 ..
➜  a git:(master) ✗ mp -h
Microplane makes git changes across many repos

Usage:
  mp [command]

Available Commands:
  clone       Clone all repos targeted by init
  docs        Generates markdown docs for each command
  help        Help about any command
  init        Initialize a microplane workflow
  merge       Merge pushed changes
  plan        Plan changes by running a command against cloned repos
  push        Push planned changes
  status      Status shows a workflow's progress
  sync        Sync workflow status with remote repo
  version     Print the current microplane version

Flags:
  -h, --help          help for mp
  -r, --repo string   single repo to operate on

Use "mp [command] --help" for more information about a command.
➜  a git:(master) ✗ ls
mp

version: latest.
OS: Ubuntu 20 on WSL2

@caleb15 caleb15 changed the title bug: mp automatically makes mp folder when running mp -h minor bug: mp automatically makes mp folder when running mp -h Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants