nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Add submodules information to a new or existing display mode other than `json` #223

Open nickgerace opened 1 year ago

nickgerace commented 1 year ago

As of 5c297ad, display submodule information is only included in the json display mode. It should be added to a new or existing display mode.

Previous issue: https://github.com/nickgerace/gfold/issues/177