func step(client service.Client, args ...string) error { state, err := client.Step() if err != nil { return err } printcontext(state) return nil }