Several improvements and fixes
-
The alias syntax got enhanced; accepts now a wildcard like
]Cider.OpenProject [co*] -
]Cider.CreateProjectnow asks the user whether the project should also be opened.It did so in the past but silently, leaving some room for doubt.
-
The
]Cider.CreateProjectcommand now has a-quietflag, mainly for tests. -
When no namespace is passed to
]Cider.CreateProjectthe last part of the path is taken as name now -
The file
cider.config.RemoveMegot renamed tocider.config.template -
When a tatin installation folder does not exist or is empty no error is generated anymore
-
Bug fixes:
- Alias names should NOT be case-sensitive.
- Some user commands accepted (and ignored) an argument when they shouldn't.
- Erratic RANK ERROR on OpenProject fixed