diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-17 14:54:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-17 14:54:55 +0200 |
commit | 63b1aa8702a3dfcfc0f3285f8f1c45ce4805bbc7 (patch) | |
tree | 884c2b59795f2d52ccaff6bd5d480378bae82dd0 | |
parent | 1580b9fe0ab2b242227cdd7601766bdfce5493e2 (diff) |
Add note on nested packages to bdep-new(1)
-rw-r--r-- | bdep/new.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cli b/bdep/new.cli index df77717..63c5c51 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -56,7 +56,7 @@ namespace bdep The last form adds the new package to the \cb{packages.manifest} file creating it if necessary. If no project directory is explicitly specified with \c{\b{--directory}|\b{-d}}, then the current working directory is - assumed. + assumed. Note that nested packages are not allowed. The project parameters such as type (executable, library, etc), language, and version control system can be customized as described next. Some of |