Closed kapilt closed 4 years ago
i suspect the majority usage of hcl2 is as a library, for which the extra dependency for the cli on docopt is extraneous. i was wondering about switching this to something in stdlib ala argparse to avoid the dependency.
Hey good point. This should be fixed with https://github.com/amplify-education/python-hcl2/pull/33
i suspect the majority usage of hcl2 is as a library, for which the extra dependency for the cli on docopt is extraneous. i was wondering about switching this to something in stdlib ala argparse to avoid the dependency.