Skip to content
Snippets Groups Projects

Add new GetPatchID RPC

Merged Sincheol (David) Kim requested to merge 4612-add-support-for-patch-id-generation into master
6 files
+ 514
77
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -202,6 +202,9 @@ var commandDescriptions = map[string]commandDescription{
flags: scNoRefUpdates,
opts: packConfiguration(),
},
"patch-id": {
flags: scNoRefUpdates | scNoEndOfOptions,
},
"prune": {
flags: scNoRefUpdates,
},
Loading