mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 14:22:58 +00:00
1 line
5.5 KiB
HTML
1 line
5.5 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `cmd` crate."><title>cmd - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="cmd" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-ce535bd0.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Crate cmd</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../cmd/index.html">cmd</a><span class="version">1.0.0-beta.3</span></h2></div><div class="sidebar-elems"><ul class="block"><li><a id="all-types" href="all.html">All Items</a></li></ul><section id="rustdoc-toc"><h3><a href="#modules">Crate Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><h1>Crate <span>cmd</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/cmd/lib.rs.html#15-169">Source</a> </span></div><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="cli/index.html" title="mod cmd::cli">cli</a></dt><dt><a class="mod" href="datanode/index.html" title="mod cmd::datanode">datanode</a></dt><dt><a class="mod" href="error/index.html" title="mod cmd::error">error</a></dt><dt><a class="mod" href="flownode/index.html" title="mod cmd::flownode">flownode</a></dt><dt><a class="mod" href="frontend/index.html" title="mod cmd::frontend">frontend</a></dt><dt><a class="mod" href="metasrv/index.html" title="mod cmd::metasrv">metasrv</a></dt><dt><a class="mod" href="options/index.html" title="mod cmd::options">options</a></dt><dt><a class="mod" href="standalone/index.html" title="mod cmd::standalone">standalone</a></dt></dl><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.APP_VERSION.html" title="struct cmd::APP_VERSION">APP_<wbr>VERSION</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="struct" href="struct.CPU_LIMIT.html" title="struct cmd::CPU_LIMIT">CPU_<wbr>LIMIT</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="struct" href="struct.MEMORY_LIMIT.html" title="struct cmd::MEMORY_LIMIT">MEMORY_<wbr>LIMIT</a><span title="Restricted Visibility"> 🔒</span> </dt></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><dl class="item-table"><dt><a class="trait" href="trait.App.html" title="trait cmd::App">App</a></dt></dl><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><dl class="item-table"><dt><a class="fn" href="fn.create_resource_limit_metrics.html" title="fn cmd::create_resource_limit_metrics">create_<wbr>resource_<wbr>limit_<wbr>metrics</a></dt><dt><a class="fn" href="fn.log_env_flags.html" title="fn cmd::log_env_flags">log_<wbr>env_<wbr>flags</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.log_versions.html" title="fn cmd::log_versions">log_<wbr>versions</a></dt><dd>Log the versions of the application, and the arguments passed to the cli.</dd><dt><a class="fn" href="fn.maybe_activate_heap_profile.html" title="fn cmd::maybe_activate_heap_profile">maybe_<wbr>activate_<wbr>heap_<wbr>profile</a></dt><dt><a class="fn" href="fn.start_wait_for_close_signal.html" title="fn cmd::start_wait_for_close_signal">start_<wbr>wait_<wbr>for_<wbr>close_<wbr>signal</a><span title="Restricted Visibility"> 🔒</span> </dt><dd>wait for the close signal, for unix platform it’s SIGINT or SIGTERM</dd></dl></section></div></main></body></html> |