blob: ff54b4d86a6b55dcab2251716a7cfd21dc2bcd21 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
namespace zxdb {
// Used to group similar commands in the help.
enum class CommandGroup {
kAssembly,
kBreakpoint,
kGeneral,
kProcess,
kJob,
kQuery,
kStep,
};
} // namespace zxdb