Documentation
¶
Index ¶
- Variables
- func Configure(ctx *cli.Context) error
- func Debug(ctx *cli.Context) error
- func Download(ctx *cli.Context) error
- func Fetch(ctx *cli.Context) error
- func List(ctx *cli.Context) error
- func NewUpgrader(client *http.Client) (*upgrader, error)
- func Open(ctx *cli.Context) error
- func Restore(ctx *cli.Context) error
- func Skip(ctx *cli.Context) error
- func Status(ctx *cli.Context) error
- func Submit(ctx *cli.Context) error
- func Tracks(ctx *cli.Context) error
- func Upgrade(ctx *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Configure ¶
Configure stores settings in a JSON file. If a setting is not passed as an argument, default values are used.
func Debug ¶
Debug provides information about the user's environment and configuration.
func Download ¶ added in v1.9.0
Download returns specified iteration with its related problem.
func Fetch ¶
Fetch downloads exercism problems and writes them to disk.
func List ¶
List returns the full list of assignments for a given track.
func Open ¶
Open uses the given track and problem and opens it in the browser.
func Status ¶
Status is a command that allows a user to view their progress in a given language track.
Types ¶
This section is empty.
Source Files
¶
- cmd.go
- configure.go
- debug.go
- download.go
- fetch.go
- list.go
- open.go
- release_utils.go
- restore.go
- skip.go
- status.go
- submit.go
- tracks.go
- upgrade.go
Click to show internal directories.
Click to hide internal directories.