Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -28,7 +28,7 @@ use std::{
|
||||
path::PathBuf,
|
||||
};
|
||||
|
||||
/// Common arguments accross all generate key commands, subkey and node.
|
||||
/// Common arguments accross all generate key commands, pez_subkey and node.
|
||||
#[derive(Debug, Args, Clone)]
|
||||
pub struct GenerateKeyCmdCommon {
|
||||
/// Name of file to save secret key to.
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//! Integration tests for subkey commands.
|
||||
//! Integration tests for pez_subkey commands.
|
||||
|
||||
mod sig_verify;
|
||||
|
||||
Reference in New Issue
Block a user