Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7e5c0ad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
metakernel committed Jun 18, 2024
1 parent d3d9d78 commit 3b4ddb3
Show file tree
Hide file tree
Showing 381 changed files with 3,538 additions and 1,937 deletions.
2 changes: 1 addition & 1 deletion crates.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.ALL_CRATES = ["gawires","gawireslib"];
window.ALL_CRATES = ["gaw","gawires"];
1 change: 1 addition & 0 deletions gaw/all.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!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="List of all items in this crate"><title>List of all items in this crate</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="gaw" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0-nightly (59e2c01c2 2024-06-17)" data-channel="nightly" data-search-js="search-0fe7219eb170c82e.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../gaw/index.html">gaw</a><span class="version">0.1.0</span></h2></div><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#traits">Traits</a></li><li><a href="#functions">Functions</a></li><li><a href="#derives">Derive Macros</a></li></ul></section></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><h1>List of all items</h1><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="cli/struct.Cli.html">cli::Cli</a></li><li><a href="cli/commands/struct.Add.html">cli::commands::Add</a></li><li><a href="cli/commands/struct.Asset.html">cli::commands::Asset</a></li><li><a href="cli/commands/struct.Branch.html">cli::commands::Branch</a></li><li><a href="cli/commands/struct.Checkout.html">cli::commands::Checkout</a></li><li><a href="cli/commands/struct.Clean.html">cli::commands::Clean</a></li><li><a href="cli/commands/struct.Clone.html">cli::commands::Clone</a></li><li><a href="cli/commands/struct.Connect.html">cli::commands::Connect</a></li><li><a href="cli/commands/struct.Filter.html">cli::commands::Filter</a></li><li><a href="cli/commands/struct.Init.html">cli::commands::Init</a></li><li><a href="cli/commands/struct.Install.html">cli::commands::Install</a></li><li><a href="cli/commands/struct.Layout.html">cli::commands::Layout</a></li><li><a href="cli/commands/struct.Merge.html">cli::commands::Merge</a></li><li><a href="cli/commands/struct.Preview.html">cli::commands::Preview</a></li><li><a href="cli/commands/struct.Project.html">cli::commands::Project</a></li><li><a href="cli/commands/struct.Pull.html">cli::commands::Pull</a></li><li><a href="cli/commands/struct.Push.html">cli::commands::Push</a></li><li><a href="cli/commands/struct.Rebase.html">cli::commands::Rebase</a></li><li><a href="cli/commands/struct.Release.html">cli::commands::Release</a></li><li><a href="cli/commands/struct.Remove.html">cli::commands::Remove</a></li><li><a href="cli/commands/struct.Reset.html">cli::commands::Reset</a></li><li><a href="cli/commands/struct.Status.html">cli::commands::Status</a></li><li><a href="cli/commands/struct.Sync.html">cli::commands::Sync</a></li><li><a href="cli/commands/struct.Uninstall.html">cli::commands::Uninstall</a></li><li><a href="cli/commands/struct.Wire.html">cli::commands::Wire</a></li><li><a href="cli/commands/struct.Workspace.html">cli::commands::Workspace</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="cli/commands/enum.Commands.html">cli::commands::Commands</a></li></ul><h3 id="traits">Traits</h3><ul class="all-items"><li><a href="trait.Parser.html">Parser</a></li><li><a href="cli/trait.Parser.html">cli::Parser</a></li></ul><h3 id="derives">Derive Macros</h3><ul class="all-items"><li><a href="derive.Parser.html">Parser</a></li><li><a href="cli/derive.Parser.html">cli::Parser</a></li></ul><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="cli/handling/fn.handle_cmds.html">cli::handling::handle_cmds</a></li><li><a href="fn.main.html">main</a></li></ul></section></div></main></body></html>
48 changes: 48 additions & 0 deletions gaw/cli/commands/enum.Commands.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gaw/cli/commands/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!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 `commands` mod in crate `gaw`."><title>gaw::cli::commands - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="gaw" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0-nightly (59e2c01c2 2024-06-17)" data-channel="nightly" data-search-js="search-0fe7219eb170c82e.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../gaw/index.html">gaw</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">Module commands</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></section><h2><a href="../index.html">In gaw::cli</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">gaw</a>::<wbr><a href="../index.html">cli</a>::<wbr><a class="mod" href="#">commands</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/gaw/cli/commands.rs.html#1-179">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Add.html" title="struct gaw::cli::commands::Add">Add</a></div><div class="desc docblock-short">track new file, add tags and other operations.</div></li><li><div class="item-name"><a class="struct" href="struct.Asset.html" title="struct gaw::cli::commands::Asset">Asset</a></div><div class="desc docblock-short">Commands related to Assets management</div></li><li><div class="item-name"><a class="struct" href="struct.Branch.html" title="struct gaw::cli::commands::Branch">Branch</a></div><div class="desc docblock-short">Operations on branches</div></li><li><div class="item-name"><a class="struct" href="struct.Checkout.html" title="struct gaw::cli::commands::Checkout">Checkout</a></div><div class="desc docblock-short">Checkout assets in local workspace from a source like . When assets are checkout, they are locked by default when in centralized mode.</div></li><li><div class="item-name"><a class="struct" href="struct.Clean.html" title="struct gaw::cli::commands::Clean">Clean</a></div><div class="desc docblock-short">Cleanup tools for local workspace</div></li><li><div class="item-name"><a class="struct" href="struct.Clone.html" title="struct gaw::cli::commands::Clone">Clone</a></div><div class="desc docblock-short">Clone a remote workspace locally, it will clone a complete copy of it.</div></li><li><div class="item-name"><a class="struct" href="struct.Connect.html" title="struct gaw::cli::commands::Connect">Connect</a></div><div class="desc docblock-short">Connect and sync a Centralized Workspace.</div></li><li><div class="item-name"><a class="struct" href="struct.Filter.html" title="struct gaw::cli::commands::Filter">Filter</a></div><div class="desc docblock-short">Filter operations</div></li><li><div class="item-name"><a class="struct" href="struct.Init.html" title="struct gaw::cli::commands::Init">Init</a></div><div class="desc docblock-short">Initialize a new local workspace that can be connected to a project</div></li><li><div class="item-name"><a class="struct" href="struct.Install.html" title="struct gaw::cli::commands::Install">Install</a></div><div class="desc docblock-short">Install a Gawire extension in current workspace.</div></li><li><div class="item-name"><a class="struct" href="struct.Layout.html" title="struct gaw::cli::commands::Layout">Layout</a></div><div class="desc docblock-short">Change or create content layout for the workspace (This enables to switch between different layout for the same workspace)</div></li><li><div class="item-name"><a class="struct" href="struct.Merge.html" title="struct gaw::cli::commands::Merge">Merge</a></div><div class="desc docblock-short">Merge changes between 2 branches or centralized workspaces</div></li><li><div class="item-name"><a class="struct" href="struct.Preview.html" title="struct gaw::cli::commands::Preview">Preview</a></div><div class="desc docblock-short">Preview and compare different types of asset</div></li><li><div class="item-name"><a class="struct" href="struct.Project.html" title="struct gaw::cli::commands::Project">Project</a></div><div class="desc docblock-short">Commands related to Project management</div></li><li><div class="item-name"><a class="struct" href="struct.Pull.html" title="struct gaw::cli::commands::Pull">Pull</a></div><div class="desc docblock-short">Used in a distributed workspace to pull localy changes from remote, will use Sync in centralized.</div></li><li><div class="item-name"><a class="struct" href="struct.Push.html" title="struct gaw::cli::commands::Push">Push</a></div><div class="desc docblock-short">Used in a distributed workspace to push local changes to remote, will use Sync in centralized.</div></li><li><div class="item-name"><a class="struct" href="struct.Rebase.html" title="struct gaw::cli::commands::Rebase">Rebase</a></div><div class="desc docblock-short">Rebase a branch or a centralized workspace</div></li><li><div class="item-name"><a class="struct" href="struct.Release.html" title="struct gaw::cli::commands::Release">Release</a></div><div class="desc docblock-short">Release checkout assets from local workspace.</div></li><li><div class="item-name"><a class="struct" href="struct.Remove.html" title="struct gaw::cli::commands::Remove">Remove</a></div><div class="desc docblock-short">Unstage new assets or changes</div></li><li><div class="item-name"><a class="struct" href="struct.Reset.html" title="struct gaw::cli::commands::Reset">Reset</a></div><div class="desc docblock-short">Reset workspace assets to an earlier state</div></li><li><div class="item-name"><a class="struct" href="struct.Status.html" title="struct gaw::cli::commands::Status">Status</a></div><div class="desc docblock-short">Log and fetch information about local workspace</div></li><li><div class="item-name"><a class="struct" href="struct.Sync.html" title="struct gaw::cli::commands::Sync">Sync</a></div><div class="desc docblock-short">While used in a distributed workspace this will fetch the remote, while in centralized workspace this will synchronize local workspace state with remote.</div></li><li><div class="item-name"><a class="struct" href="struct.Uninstall.html" title="struct gaw::cli::commands::Uninstall">Uninstall</a></div><div class="desc docblock-short">Uninstall a Gawire extension in current workspace.</div></li><li><div class="item-name"><a class="struct" href="struct.Wire.html" title="struct gaw::cli::commands::Wire">Wire</a></div><div class="desc docblock-short">Create or configure wires.</div></li><li><div class="item-name"><a class="struct" href="struct.Workspace.html" title="struct gaw::cli::commands::Workspace">Workspace</a></div><div class="desc docblock-short">Commands to manage workspace, change or create workspace layout and other operations.</div></li></ul><h2 id="enums" class="section-header">Enums<a href="#enums" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.Commands.html" title="enum gaw::cli::commands::Commands">Commands</a></div><div class="desc docblock-short">Enum of all possible subcommands</div></li></ul></section></div></main></body></html>
1 change: 1 addition & 0 deletions gaw/cli/commands/sidebar-items.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b4ddb3

Please sign in to comment.