remove cmd.shared_params.dev special case
Compare changes
+ 1
− 24
@@ -187,30 +187,7 @@ pub fn run() -> sc_cli::Result<()> {
since --dev
is a shortcut for --chain=dev
and that case is managed in load_spec
there is no need to manage it separately
(I had this branch for a while and I think it can be merged without problem)