From 61b1155c4d4d93df4f2957e8c66dd43565bc5ef5 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 4 Apr 2017 15:48:05 -0400 Subject: [PATCH] completion: Remove incorrect fixmes In fact the fixmes are incorrect since these are options that are available when built against gst-validate, which I didn't. There is reference to these options in the HELP_SUMMARY that refers to these options stating "if ges-launch is built with gst-validate ..." and these get picked by the regex that list the options. --- data/completions/ges-launch-1.0 | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/completions/ges-launch-1.0 b/data/completions/ges-launch-1.0 index fc1e491..d5572b2 100644 --- a/data/completions/ges-launch-1.0 +++ b/data/completions/ges-launch-1.0 @@ -34,7 +34,6 @@ GES_COMMAND_LIST="ges-launch-1.0 help | grep '^ +' | cut -d' ' -f3" _ges___inspect_action_type () { - # FIXME --inspect-action-type does not exist anymore COMPREPLY=( $(compgen -W "$(ges-launch-1.0 --inspect-action-type | grep '^[^ ]' | cut -d':' -f2)" -- $cur) ) } @@ -44,7 +43,6 @@ _ges___track_types () } _ges___set_scenario () { - # FIXME Check if gst-validate-1.0 is present COMPREPLY=( $(compgen -W "*.scenario $(gst-validate-1.0 -l | awk '$0=$2' FS=[ RS=])" -- $cur) ) } -- 2.7.4