Shapt v0.0.3 mix shapt.expired View Source
This task verify if the toggles of the informed Module is expired. Parameters:
--moduleor-m: Accepts one or more modules as parameter to verify the expired toggles. Modules are separated by a comma.--strictor-s: Instead of just returning the expired toggles.
Example:
mix shapt.expired -m MyToggles,MyFlippers
mix shapt.expired -sm MyToggles
Link to this section Summary
Link to this section Functions
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.