Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change comment on list sigs

+1 -1
+1 -1
src/list_signatures.rs
··· 7 7 8 8 use super::utils; 9 9 10 - /// List signatures stored in this repository. 10 + /// Execute the `list-signatures` command. 11 11 pub fn command(output_json: bool) -> Result<()> { 12 12 let repo = utils::open_repository()?; 13 13