blob: 57875405454abec464c7f2e2d401638920ce9fe0 [file] [log] [blame]
// Copyright 2018 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.
// Separation character for an ACTS command
pub const COMMAND_DELIMITER: &str = ".";
// Number of clauses for an ACTS command
pub const COMMAND_SIZE: usize = 2;