Bug 917

Summary: input module options not recognized from command line invocation
Product: PulseView Reporter: Gerhard Sittig <Gerhard.Sittig>
Component: Command-line optionsAssignee: Nobody <nobody>
Status: RESOLVED DUPLICATE    
Severity: normal CC: soeren, uwe
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Gerhard Sittig 2017-03-13 16:02:09 CET
this is a minor usability nit for repetitive tasks where the GUI 
is desired yet command line options come in handy

$ pulseview -I vcd:downsample=100 -i gtkwave_trace.vcd

the specification "-I vcd -i <filename>" is supported and works, 
the specification with options for "-I vcd:downsample=100" is not 
supported, results in an error dialog, the file must be loaded 
interactively where the options dialog for the input module appears
Comment 1 Soeren Apel 2017-06-07 12:39:44 CEST
Isn't this a duplicate of #951?
Comment 2 Uwe Hermann 2017-06-08 12:34:15 CEST
Yep, marking as such.

*** This bug has been marked as a duplicate of bug 951 ***