1. 29 Apr, 2020 1 commit
  2. 21 Dec, 2017 2 commits
  3. 21 Mar, 2017 1 commit
  4. 13 Feb, 2017 1 commit
  5. 16 Oct, 2016 1 commit
  6. 05 Apr, 2016 1 commit
    • Thomas Gardner's avatar
      commands/cli: fix parsing of incorrect permutations · 7bfedab0
      Thomas Gardner authored
      parseOpts now does some preliminary path screening to prevent
      command sequences like
      
      	`ipfs <hash> cat`
      
      from succeeding. The tests affected by this have been slightly altered,
      but should be restored once parseOpts is decoupled from path analysis.
      
      Command suggestion printing has also been factored into a single
      function.
      
      Fixes: #2501
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      7bfedab0
  7. 28 Jul, 2015 1 commit