Description
myst init --gh-pages --site --project only creates the .github directory, no myst.yml. No matter what order I do these args in, I only get the .github directory.
It seems natural these would be combinable! @fperez ran in to this today and the current behavior was confusing! I've experienced this before so I knew about it and we got around it pretty quick. I should have opened an issue earlier 😅
Proposed solution
Allow these flags to be combined or display an error that only one argument can be used at a time.
Additional notes
Description
myst init --gh-pages --site --projectonly creates the.githubdirectory, nomyst.yml. No matter what order I do these args in, I only get the.githubdirectory.It seems natural these would be combinable! @fperez ran in to this today and the current behavior was confusing! I've experienced this before so I knew about it and we got around it pretty quick. I should have opened an issue earlier 😅
Proposed solution
Allow these flags to be combined or display an error that only one argument can be used at a time.
Additional notes