dynamist / subgit

Sub-git repo handler
Apache License 2.0
0 stars 0 forks source link

Change sub-command from 'subgit import' to 'subgit inspect' #53

Closed naestia closed 1 year ago

naestia commented 1 year ago

Changed name of 'subgit import' to 'subgit inspect', as well as changed the main function so that it prints the output as it would look in the subgit configuration file. Using a simple redirect can be used to create a subgit configuration file, like so: subgit inspect <owner> github > .subgit.yml

Use redirect with caution as it overwrites without asking for confirmation.

Fixes #47 as well as #48