microsoft / microsoft/VFSForGit
Allow "dismount" to be used as a command line option (alias for "unmount")
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
I've been using power-shell to mount and dismount VHDs with the appropriately named cmdlet's "mount-vhd" and "dismount-vhd".
Every time I try to dismount a mounted GVFS repo, I type "gvfs dismount" because, well, I speak English.
Can we please PLEASE add gvfs dismount?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI entry point that handles the existing "unmount" command. Add "dismount" as an alias without changing the existing command, then verify that gvfs dismount reaches the same behavior as gvfs unmount.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100