Skip to content

extended prompt#169

Closed
saxix wants to merge 5 commits intocookiecutter:masterfrom
saxix:feature/extended_prompt
Closed

extended prompt#169
saxix wants to merge 5 commits intocookiecutter:masterfrom
saxix:feature/extended_prompt

Conversation

@saxix
Copy link
Copy Markdown
Contributor

@saxix saxix commented May 3, 2014

extended prompt implementation

@see #138
@see #126
@see #30

@saxix
Copy link
Copy Markdown
Contributor Author

saxix commented May 3, 2014

allowed syntax:

{  "project_name": "project-name",
   "stash" : {
        "default": "N",
        "type": "bool",
        "prompt": "Create Stash project/repo [yN]"
    },
   "year": {
        "default": "2014"
        "type": "int"
}}

this will produce (by default) the following dictionary:

{"project_name": "project-name", "stash": False, "year": 2014}

@saxix saxix closed this May 3, 2014
@saxix saxix deleted the feature/extended_prompt branch May 3, 2014 12:31
@saxix saxix restored the feature/extended_prompt branch May 3, 2014 12:31
@saxix
Copy link
Copy Markdown
Contributor Author

saxix commented May 3, 2014

sorry too many mistake... not a good day ...

@saxix saxix deleted the feature/extended_prompt branch May 8, 2014 06:13
@michaeljoseph
Copy link
Copy Markdown
Contributor

@saxix, it takes character to admit when it's time to start over 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants