Skip to content

Commit

Permalink
Add news entry for frostming#15
Browse files Browse the repository at this point in the history
  • Loading branch information
HuM4NoiD committed Oct 18, 2023
1 parent acf8d9b commit 9592e78
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions news/15.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Feature: Specifying multiple or no package directories for `monas init`

This PR adds the following options to `monas init` command:

- `-d`/`--default-package-dir`: specify one or more package dirs, default value is packages
```
$ monas init -d packagedir1 --default-package-dir packagedir2
monas Creating pyproject.toml
monas Creating packagedir1
monas Creating packagedir2
monas Creating project files
```
- `-n`/`--no-package-dir`: this will not add any package directories, and overrides behaviour of -d
```
$ monas init -n
monas Creating pyproject.toml
monas Creating project files
```

0 comments on commit 9592e78

Please sign in to comment.