Shapt v0.0.2 mix shapt.expired View Source

This task verify if the toggles of the informed Module is expired. Parameters:

  • --module or -m: Accepts one or more modules as parameter to verify the expired toggles. Modules are separated by a comma.
  • --strict or -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

Functions

A task needs to implement run which receives a list of command line args.

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.