Sha256: 3d8218a79c8bf070159b674a99a0d3e0f8af71a4993cc4e14de40248576e79bf
Contents?: true
Size: 838 Bytes
Versions: 8
Compression:
Stored size: 838 Bytes
Contents
## Description Create reports and save then into `var/CHALLENGE-NAME` folder. ## Usage ```ruby play do export end ``` ## Other | Command | Description | | ------------------------ | ----------- | | `export` | Export report files using default ouput format | | `export :format => :txt` | Export file using TXT ouput format | | `export :format => :colored_text` | Export file using colored TXT ouput format | | `export :format => :yaml` | Export file using YAML ouput format | | `export :format => :json` | Export file using JSON ouput format | ## Examples Run challenge and build reports using default output format: ``` play do export end ``` Run challenge and build reports using `colored_text` output format: ``` play do export :format => :colored_text end ```
Version data entries
8 entries across 8 versions & 1 rubygems