You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The corresponding short-option could be -T. This option would accept a mandatory argument which must be a sub-directory of the configured cookie template directory. This option can be used in one of two ways:
To specify that the entire directory should be mirrored. Example:
cookie -T mydir
would prompt the user for a project_name and then create a new directory named project_name which mirrors mydir. Next, each file in the new directory would be processed by cookie's template rendering engine and opened in an editor (one at a time).
To specify that every template is relative to that directory. Example:
cookie -T mydir template:target
would initialize target using the template mydir/template.
The text was updated successfully, but these errors were encountered:
The corresponding short-option could be
-T
. This option would accept a mandatory argument which must be a sub-directory of the configured cookie template directory. This option can be used in one of two ways:would prompt the user for a
project_name
and then create a new directory namedproject_name
which mirrorsmydir
. Next, each file in the new directory would be processed by cookie's template rendering engine and opened in an editor (one at a time).would initialize
target
using the templatemydir/template
.The text was updated successfully, but these errors were encountered: