Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 11: Added new option for user to input JSON file that contains their options. #15

Closed
wants to merge 2 commits into from

Conversation

nguyenhung15913
Copy link
Contributor

New feature has been added. Users now can call a simple command line that can specify all their options.
Example:
jun-ssg -i "Silver Blaze.txt" --stylesheet "example.com"
Can be replaced by:
jun-ssg -c config.json
Inside config.json:

{
     "input": "Silver Blaze.txt",
     "stylesheet": "example.com"
}

Feel free to contact me if you want any correction.
Fixed #14

@netlify
Copy link

netlify bot commented Oct 8, 2021

✔️ Deploy Preview for elastic-stonebraker-3b2ad9 ready!

🔨 Explore the source changes: 0d9e7f8

🔍 Inspect the deploy log: https://app.netlify.com/sites/elastic-stonebraker-3b2ad9/deploys/6160cabe7912ae0008bccdc3

😎 Browse the preview: https://deploy-preview-15--elastic-stonebraker-3b2ad9.netlify.app

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.

Issue-11: Adding a new feature for the tool to support --config with config file
1 participant