Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey There, Does Trains Support

Hey there,
Does trains support clicks ? (entry points defined with that library)

  
  
Posted 3 years ago
Votes Newest

Answers 3


No worries! I asked more to be informed, I don't have a real use-case behind. This means that you guys internally catch the argparser object somehow right? Because you could also simply use sys argv to find the parameters, right?

  
  
Posted 3 years ago

his means that you guys internally catch the argparser object somehow right?

Correct 🙂 this is how you get the type checking casting abilities, and a few other perks

  
  
Posted 3 years ago

JitteryCoyote63 not yet 😞
I actually wonder how poplar https://github.com/pallets/click is ?

  
  
Posted 3 years ago
562 Views
3 Answers
3 years ago
one year ago
Tags